home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / converter / pbm with gui / gui / pbm / rawtopgm < prev    next >
Encoding:
Text File  |  1996-07-16  |  510 b   |  13 lines

  1. "rawtopgm "Load raw grayscale bytes
  2.     [-headerskip N] [-rowskip N]
  3.          [-tb|-topbottom] [width height] [imagedata]
  4.    "Convert raw grey to PPM"
  5.    "RAW grey"
  6.    ONUMBER "_Skipheader":"-skipheader ":"0":N!!Skip header bytes!
  7.    OSTRING "_Rowskip":"-rowskip ":"0":N!!Skip row bytes!
  8.    CHECK "_Bottom-Top":"-tb":N!!Flip image upside down!
  9.    ONUMBER "_Width":"":"256":N!!Input Width!
  10.    ONUMBER "_Height":"":"256":N!!Input Height!
  11.    LFILE "_Input":"":""!!Input File!
  12.    SFILE "O_utput":">":""!!Output File!
  13.